home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.mactech.com 2010
/
ftp.mactech.com.tar
/
ftp.mactech.com
/
machack
/
Hacks97
/
NewsTicker.sit
/
NewsTicker
/
source code
/
WindowStuff
/
jGNELib.h
< prev
next >
Wrap
Text File
|
1997-06-19
|
633b
|
24 lines
/*------------------------------------------------------------------------------
#
# jGNE Hookup Code Resource Library
#
# jGNELib.h - Header for library for using the jgne code resource
#
# Copyright © CE Software, Inc., Inc. 1996-97
# All rights reserved.
#
------------------------------------------------------------------------------*/
#ifdef __cplusplus
extern "C" {
#endif
typedef pascal Boolean (*jEventProcPtr)(EventRecord* event, long refcon);
void InitjGNEProcLib(void); //This loads the resource into memory if necessary
void HookjGNE(long thejGNEProc, long refcon);
void UnHookjGNE(void);
#ifdef __cplusplus
}
#endif